3.10.92 \(\int \frac {(c d^2+2 c d e x+c e^2 x^2)^2}{(d+e x)^3} \, dx\) [992]

Optimal. Leaf size=17 \[ \frac {c^2 (d+e x)^2}{2 e} \]

[Out]

1/2*c^2*(e*x+d)^2/e

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {27, 9} \begin {gather*} \frac {c^2 (d+e x)^2}{2 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^2/(d + e*x)^3,x]

[Out]

(c^2*(d + e*x)^2)/(2*e)

Rule 9

Int[(a_)*((b_) + (c_.)*(x_)), x_Symbol] :> Simp[a*((b + c*x)^2/(2*c)), x] /; FreeQ[{a, b, c}, x]

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {\left (c d^2+2 c d e x+c e^2 x^2\right )^2}{(d+e x)^3} \, dx &=\int c^2 (d+e x) \, dx\\ &=\frac {c^2 (d+e x)^2}{2 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 16, normalized size = 0.94 \begin {gather*} c^2 \left (d x+\frac {e x^2}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^2/(d + e*x)^3,x]

[Out]

c^2*(d*x + (e*x^2)/2)

________________________________________________________________________________________

Maple [A]
time = 0.58, size = 15, normalized size = 0.88

method result size
gosper \(\frac {x \left (e x +2 d \right ) c^{2}}{2}\) \(14\)
default \(c^{2} \left (\frac {1}{2} e \,x^{2}+d x \right )\) \(15\)
risch \(\frac {1}{2} c^{2} e \,x^{2}+c^{2} d x\) \(17\)
norman \(\frac {\frac {c^{2} x^{4} e^{3}}{2}-\frac {5 c^{2} d^{4}}{2 e}+2 c^{2} d \,e^{2} x^{3}-4 c^{2} d^{3} x}{\left (e x +d \right )^{2}}\) \(53\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x,method=_RETURNVERBOSE)

[Out]

c^2*(1/2*e*x^2+d*x)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 17, normalized size = 1.00 \begin {gather*} \frac {1}{2} \, c^{2} x^{2} e + c^{2} d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="maxima")

[Out]

1/2*c^2*x^2*e + c^2*d*x

________________________________________________________________________________________

Fricas [A]
time = 2.15, size = 17, normalized size = 1.00 \begin {gather*} \frac {1}{2} \, c^{2} x^{2} e + c^{2} d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="fricas")

[Out]

1/2*c^2*x^2*e + c^2*d*x

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 15, normalized size = 0.88 \begin {gather*} c^{2} d x + \frac {c^{2} e x^{2}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**2/(e*x+d)**3,x)

[Out]

c**2*d*x + c**2*e*x**2/2

________________________________________________________________________________________

Giac [A]
time = 4.16, size = 17, normalized size = 1.00 \begin {gather*} \frac {1}{2} \, c^{2} x^{2} e + c^{2} d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)^2/(e*x+d)^3,x, algorithm="giac")

[Out]

1/2*c^2*x^2*e + c^2*d*x

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 13, normalized size = 0.76 \begin {gather*} \frac {c^2\,x\,\left (2\,d+e\,x\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*d^2 + c*e^2*x^2 + 2*c*d*e*x)^2/(d + e*x)^3,x)

[Out]

(c^2*x*(2*d + e*x))/2

________________________________________________________________________________________